home *** CD-ROM | disk | FTP | other *** search
/ Otherware / Otherware_1_SB_Development.iso / mac / misc / document / zoomrect.cpt / Finder ZoomRect Patch next >
Text File  |  1991-05-29  |  3KB  |  165 lines

  1.  
  2.  
  3. This document describes how to patch the Finder in System 7.0 so that it doesn't perform a graphic ZoomRect operation whenever a window is opened or closed.
  4.  
  5. Start out by opening your System Folder and locating the Finder icon.  Hold down the OPTION key and drag the Finder file out to the desktop.  This should COPY the Finder to the desktop.  (The original Finder should still be visable in the System Folder.)
  6.  
  7. Launch ResEdit 2.1.  Once in ResEdit, choose Open from the File menu.  When the open dialog box appears, click the Desktop button and then locate the Finder file you copied to the desktop.
  8.  
  9. Once you've opened the Finder, you should see a window like this:
  10.  
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33.  
  34.  
  35. Double click the icon labeled CODE as shown in the above picture.  A new window should open like this:
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64. Find CODE ID number 4 as shown in the above picture and double click it.  ResEdit will probably give you the following warning dialog box:
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80. Click the YES button to continue.  A new window should now open that looks like this:
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95. Go to the Find menu and choose the Find Offset command.  A small dialog window should appear like this:
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105. Type in 0078 into the dialog as shown above, then click the Find button.  The previous window full of hex codes should now scroll and select the first byte starting at location 78 so that the window now looks like the following picture.  The selected byte should have the valud 48 and the surrounding bytes in your window should be the same values as pictured here.  If the values in your window are different, then DO NOT PROCEED with these instructions.
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. Select four bytes starting at location 000078 as shown here:
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.  
  134.  
  135. Now type in the following 4 byte values:   6000 00E6.  (NOTE for computer technoids: this represents a BRA instruction around the code that does the zoomrects.)  The window should now look like this:
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. Now Quit from ResEdit and save changes if asked.  This completes the patch.
  151.  
  152. The Finder file on the desktop is patched so that it no longer performs zoomrects.  To install this new finder, start by opening your System Folder.  Drag your current Finder file to the Hard Disk - not to the desktop.  If you get any dialog boxes asking if you want to replace anything, then click Cancel.  Now drag the Finder from the desktop into the System Folder where the finder icon previously was.  Close the System Folder.  The System Folder icon should still have a miniature mac icon drawn on it to indicate that it is bootable.  Now immediately Restart.  After the system is booted back up, you can throw away your old unpatched Finder if you choose.  (It's the one located on the hard disk.)  Or you can keep this Finder in case you decide to switch back.
  153.  
  154. This patch was developed by Danny Brewer on 5/29/91.
  155. Copyright ⌐ 1991 Farallon Computing, Inc.
  156.